stack operation

英 [stæk ˌɒpəˈreɪʃn] 美 [stæk ˌɑːpəˈreɪʃn]

网络  堆栈操作

计算机



双语例句

  1. The check of the calling stack stops when it encounters a PrivilegedAction instance, effectively granting all subsequent class calls the required permission to perform the specified operation.
    调用栈的检查在遇到PrivilegedAction实例时停止,有效地将执行指定操作所必需的许可权授予所有的后继类调用。
  2. The plug-in is composed of three functions, a handful of shell options, and an alias for popd that persists the directory stack with each pop operation.
    这个插件包含三个函数、几个shell选项和popd的别名(为每个弹出操作保留目录堆栈)。
  3. A stack object that represents the logical operation stack for the call context.
    表示调用上下文的逻辑操作堆栈的stack对象。
  4. No evaluation stack behaviors are performed by this operation.
    此操作不执行任何计算堆栈的行为。
  5. The concepts such as mathematical expression, stack operation and binary tree traversal must be presented in data structure.
    数学表达式、栈的操作、二又树的遍历,这几个概念在数据结构的教材中是不可缺少的。
  6. Filters that are nested deeper than the search stack depth will cause a separate stack to be allocated for that particular search operation.
    过滤器嵌套深度比搜索堆栈深度更深将引起分配独立堆栈给特定的搜索选项。
  7. This paper introduces the technology of network protocol stack which can suit different network protocol, operation system and network card, expounds the theory of network monitor, puts forward two m.
    介绍适应于不同网络协议、操作系统和网卡的网络协议栈技术,阐述网络监听的原理,提出利用网络协议栈技术进行网络监听的两种方法,给出这两种方法的具体实现过程。
  8. Stack gas energy restored interlock set plays an important role in FCCU in oil refinery. Long and failure free operation of it can ensure the safety run of FCCU.
    烟气能量回收机组在炼油厂催化裂化装置中起着重要作用,机组是否能长周期安全平稳地运行关系到催化裂化装置的安全生产。
  9. Study was made on the effect of concentrated water discharge mode and influent quality on EDI membrane stack operation, the forced regeneration of membrane stack, and stability in continuous operation.
    就浓水排放方式和进水水质对EDI膜堆运行的影响、膜堆的强制再生以及连续运行的稳定性等进行了详细研究。
  10. The realizing recursive algorithm by stack and the Changing recursive algorithm into non-recursive by stack operation are studied. The thinking of recursion and its application are expounded.
    分析递归算法的栈实现以及用栈运算转换递归算法为非递归算法,阐述递归思想及其应用。
  11. In the realizing of shortest path algorithm and bus take algorithm, using the pointer in Delphi language to make up the queen, stack replacing the using of array in other system, dynamically assign memory, save memory space and operation time.
    而在最短路径搜索和转乘公车方案的算法实现上,发挥了Delphi语言的所长,利用指针链接的技术,代替用数组来组成队列、栈,达到动态分配内存,节省内存空间及运算时间。
  12. Stateful inspection firewalls were based on special protocol stack, which forbad all network operations of the system applications by dynamically modifying the network flow of the operation system with module programming, and obscured the fingerprint of TCP/ IP protocol suites.
    提出了基于专用协议栈的状态检测防火墙技术,通过模块编程动态的修改了操作系统的网络流程,屏蔽了操作系统对协议数据包的处理,消除了系统的TCP/IP协议栈指纹效应。
  13. Subsequently, base on these, it introduces the general software scheme of H.323 visual communication system software terminal, and the implementation of H.323 protocol stack independent of any operation system and hardware.
    323可视通信系统软件终端的总体方案设计,以及简介了独立于任何操作系统和硬件外设的H.323协议栈软件。
  14. This kind of attacks is generally achieved by the carelessness of border condition check through modifying the process of local variables in stack to inject attack codes and thus change the operation procedure of program.
    堆栈溢出利用程序中边界条件检查的不严谨,在修改某个堆栈上的局部变量的过程中,同时完成注入攻击代码和更改程序运行流程的任务。
  15. This paper introduces the STACK architecture of SPARC and the operation to Windows Registers. Then gives an example of context switching function and interrupt handler based on uC/ OS.
    本文简单介绍了SPARC的栈结构、寄存器窗口的相关操作,并以uC/OS的移植为例子,简单实现了切换函数以及系统时钟中断。
  16. To conduct the wave equation stack migration in frequency wave-number domain, the 2-D Fourier transform has to be, in the first place, performed for horizontal stacked seismic section and after that the phase shift operation for 2-D spectral value should be followed.
    在频率波数域进行波动方程迭加偏移时,首先要对水平迭加地震剖面进行二维付氏变换,然后对该二维谱值进行相移运算。
  17. On the aspect of TCP/ IP protocol stack, according to the characteristic of uC/ OS-II operation system, Internet stack model are proposed considering the memory size occupied by embedded system.
    在TCP/IP协议栈方面,针对ucOS-II操作系统的特点,考虑到嵌入式系统占用的内存大小,主要对源代码进行了一定的裁剪和改写。
  18. According to the characteristics of XML documents and queries, this thesis designs a stack optimization algorithm based on DFS, and uses backtrack and jump operation to reduce the unnecessary element matching operations.
    本文根据XML文档和查询的特点设计了基于深度优先的堆栈优化算法,并利用回溯和跳转操作减少了不必要的元素匹配操作。
  19. OSGI and JETTY is a good software architecture stack has been proved by the industry as the architecture bottom to support the normal operation of the system.
    OSGI与JETTY是目前被业界所证明的优秀的软件架构Stack,作为架构底层以支撑本系统的正常运行。
  20. By using shadow memory technical, it inserts extra write-protected space into the stack and the heap to detect overflow operation.
    通过影子内存技术,为堆栈添加额外的不可写空间以检测非法的溢出写操作。